class CRPELogOnInfo

This class is used by member functions CRPEngine::LogOnServer, CRPEngine::LogOffServer, CRPEJob::GetNthTableLogOnInfo, CRPEJob::SetNthTableLogOnInfo. The class is used to contain SQL connection information.

Data Members

m_serverName

Specifies the logon name for the server used to create the report.

m_databaseName

Specifies the logon name for the database used to create the report.

m_userID

Specifies the user ID necessary to log on to the server.

m_password

Specifies the password necessary to log on to the server.

Constructor CRPELogOnInfo::CRPELogOnInfo
Constructor Default Syntax

CRPELogOnInfo ();

Constructor Syntax
CRPELogOnInfo (serverName CHAR (*), databaseName CHAR (*), userID CHAR 
(*), password CHAR (*));
Constructor Parameters

serverName

Specifies the logon name for the server or ODBC Datasource Name used to logon to the server. Assigns this value to the CRPELogOnInfo::m_serverName member.

databaseName

Specifies the logon name for the database used to run the report. Assigns this value to the CRPELogOnInfo::m_databaseName member.

userID

Specifies the user ID necessary to log on to the server. Assigns this value to the CRPELogOnInfo::m_userID member.

password

Specifies the password necessary to log on to the server. Assigns this value to the CRPELogOnInfo::m_password member.

Remarks

Constructs a CRPELogOnInfo class object. Call the constructor with no parameters to allow the Class Library to initialize all member variables with default values. Pass parameters to the constructor to assign specific values to each member variable.



Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com